type runtime.objptr

5 uses

	runtime (current package)
		mgcmark.go#L1243: 		var s objptr
		mgcmark.go#L1339: 		var s objptr
		mgcmark_nogreenteagc.go#L74: type objptr uintptr
		mgcmark_nogreenteagc.go#L76: func (w *gcWork) tryGetSpan(steal bool) objptr {
		mgcmark_nogreenteagc.go#L80: func scanSpan(p objptr, gcw *gcWork) {